func reflect.haveIdenticalUnderlyingType

11 uses

	reflect (current package)
		type.go#L1527: 	return haveIdenticalUnderlyingType(T, V, true)
		type.go#L1539: 	return haveIdenticalUnderlyingType(T, V, false)
		type.go#L1542: func haveIdenticalUnderlyingType(T, V *abi.Type, cmpTags bool) bool {
		type.go#L1959: 			if haveIdenticalUnderlyingType(&ft.Type, t, true) {
		type.go#L1970: 			if haveIdenticalUnderlyingType(&ft.Type, t, true) {
		type.go#L1988: 		if haveIdenticalUnderlyingType(&ft.Type, tt, true) {
		type.go#L2598: 			if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		type.go#L2610: 			if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		type.go#L2627: 		if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		value.go#L3602: 	if haveIdenticalUnderlyingType(dst, src, false) {
		value.go#L3609: 		haveIdenticalUnderlyingType(elem(dst), elem(src), false) {